Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 655c03faba84d24916bf1d30495a7c4a5ad95c70


Parents : f64a890
Author : markqvist <mark@unsigned.io>
Signature : Signature validation error
Date : 2024-06-07T18:34:55+02:00
Committer : GitHub <noreply@github.com>
Date : 2024-06-07T18:34:55+02:00

Update README.md

Changes

1 files changed, 18 insertions(+), 12 deletions(-)

M README.md +18 -12

Diff

diff --git a/README.md b/README.md
index fab59919..a6cc8413 100644
--- a/README.md
+++ b/README.md
@@ -48,18 +48,6 @@ sudo apt install python3-pyaudio # Debian and derivatives
# Install the Sideband application:
pip install sbapp
-# Find the Sideband application in your launcher,
-# or run it directly from the command line:
-sideband
-
-# You can also run Sideband with more verbose
-# log output enabled:
-sideband -v
-
-# You can also run Sideband in headless daemon
-# mode, for example as a telemetry collector:
-sideband --daemon
-
# If you intend to run Sideband in headless
# daemon mode, you can also install it without
# any of the normal UI dependencies:
@@ -80,6 +68,24 @@ break-system-packages = true
You can also simply add the `--break-system-packages` directive on a per-installation basis. For example, on a system that blocks normal user package installation, you can install Sideband by running `pip install sbapp --break-system-packages`.
+After installation is complete, you can either run Sideband from your launcher or applications menu, or from the command line:
+
+```bash
+
+# Find the Sideband application in your launcher,
+# or run it directly from the command line:
+sideband
+
+# You can also run Sideband with more verbose
+# log output enabled:
+sideband -v
+
+# You can also run Sideband in headless daemon
+# mode, for example as a telemetry collector:
+sideband --daemon
+
+```
+
## Installation On macOS
A DMG file containing a macOS app bundle is available on the [latest release](https://github.com/markqvist/Sideband/releases/latest) page.


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────